home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / archiving.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  164 b   |  11 lines

  1. #ifndef _ARCHIVING_H_
  2. #define _ARCHIVING_H_
  3.  
  4. @protocol Archiving
  5. - awake;
  6. - read: (TypedStream *) aStream;
  7. - write: (TypedStream *) aStream;
  8. @end
  9.  
  10. #endif
  11.